home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
quotient.frm
< prev
next >
Wrap
Text File
|
1993-11-13
|
226b
|
23 lines
;Iterate! formula file
;by Brent Hugh
;default parameters
a=.1
b=.1
c=0
d=0
mu=0
;default window size
xmin=-10
xmax=10
ymin=-10
ymax=10
;the function itself
x= x + a * x / y
y= y + b * y / x